home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Applications / CheckBook1.5 Folder / CheckBook Documentation < prev   
Text File  |  1994-05-05  |  4KB  |  80 lines

  1. CheckBook
  2. ---------
  3.  
  4. This application is designed to help you keep track of the balance of bank accounts.
  5.  
  6. While a spreadsheet or database can do this, it seems like overkill for the simple task of recording and adding a series of transactions.
  7.  
  8. Transactions are added by choosing “New Transaction” from the Edit menu. Fill in the dialog with the amount, deposit or withdrawl, type, date, and any comments about the transaction. Press save to add it to the end of the list.
  9.  
  10. The first transaction you add should be the opening balance of the account.
  11.  
  12. At the top of the document window is a running total that should reflect the balance in the account. Don’t forget bank, government charges and interest.
  13.  
  14. Transactions can be deleted by clicking once and choosing “Clear” from the edit menu. Double-click on a transaction to edit it.
  15.  
  16. The page up, page down, home, end and arrow keys all navigate through the list pretty much as you might guess. Pressing the ‘Return’ key will open the currently selected transaction for editing.
  17.  
  18. The document saves the print page setup info and the window position and size (it will be forced on-screen though). The currently selected transaction will come up selected and scrolled into view as well.
  19.  
  20. The full list of transactions can be exported to a tab-delimited text file for import into a spreadsheet or database program if you like. (I think it’s important for all programs to support some form of data exchange).
  21.  
  22. The width of the list is set according to the width of a page with the current printer. To get more width, choose “Page Setup” and scale it down to, say, 70%. If you don’t have a printer chosen on your Macintosh, the program won’t start up.
  23.  
  24. The list of transactions can be sorted by Date, Ammount, or Type simply by choosing from the sort menu.
  25.  
  26. Fields
  27. ------
  28.  
  29. Amount fields: For dollars & cents (or whatever they are called in your country).
  30. Deposit or Withdrawl radio buttons: make the amount positive or negative.
  31. Date: Uses the short date format in your date & time control panel.
  32. Type: A text field with a couple of suggested types in the popup.
  33. My Ref: Reference value such as cheque number.
  34. Their Ref: Their reference number such as invoice number.
  35. Comments: Any comments you like about the transaction.
  36. Bank Reconciled: Checkbox to turn on if the transaction was on a bank statement.
  37.  
  38. Technical
  39. ---------
  40.  
  41. “Account Manager” was written in c++ with several non-final development tools. MacApp 3.1b1 (from ETO 13) and the MetroWerks CodeWarrior Developer release 2 CD. As a consequence of this, there may be bugs that are not my fault. To save network and disk space, the application was compressed with VISE Compression Technology.
  42.  
  43. I have bought CodeWarrior Gold and so can build a PowerPC native version but I haven’t tried that just yet.
  44.  
  45. The date format used is the short date format as set in your “Date & Time” control panel.
  46.  
  47. Limits
  48. ------
  49.  
  50. There is a limit of 32,000 transactions in any one file. It will probably get a bit slow before that point so it would be worth starting a new file for each account perhaps each year. The transactions are stored in memory.
  51.  
  52. ShareWare etc:
  53. -------------
  54.  
  55. You are free to distribute and use this application. No warranty is implied. If you have comments about its operation or additional features that might be nice (not too much) I’d really like to get mail from you. On the internet: peterm@jolt.mpx.com.au
  56.  
  57. Features I am considering are:
  58. - Find…
  59. - Select sets of transaction by date range or type.
  60. - Import from tab-delimited text file
  61.  
  62. Version History
  63. --------------
  64.  
  65. 1.0  Limited distribution to some testers. Thanks!
  66. 1.2  Posted to comp.binaries.mac
  67. 1.2.1 Removed build dependency on Colour Quickdraw.
  68. 1.3 Added My & Your ref fields & Bank reconcile.
  69. 1.4 Renamed from “Account Manager”. Improved the export format.
  70. 1.5 Fixed cancel edit transaction change polarity bug. Added big small function.
  71.  
  72. Thanks
  73. ------
  74.  
  75. Thanks to tonys@jolt.mpx.com.au and cterrell@nyx10.cs.du.edu for their valuable feedback.
  76.  
  77. Peter Marks
  78. Access Informatics
  79. peterm@jolt.mpx.com.au
  80. Sydney, Australia